Add Oxpecker repository to build check#20065
Conversation
✅ No release notes required |
|
🔍 Tooling Safety Check — Affects-Build-Infra
|
|
CI fails at I've no idea why, locally it builds fine with 10.0.100 or later |
It loads ns20 FSharp.Core which has no IAD support. |
This doesn't make sense, all Oxpecker projects target .NET 10, so ns21 should be chosen, not ns20. |
|
I think it's the shims to use local compiler in the CI, they probably add the reference to ns20 library. That msbuild prefers it is another story. |
Description
Added Oxpecker repository to build check to prevent issues like #20059